.services-list-area {
position: relative;
display: inline-block;
}
.services-list-area:hover {
cursor: pointer;
}
.service-list {
position: relative;
margin-bottom: 40px;
}
h2 {
text-transform: uppercase;
font-size: 50px;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #e3d6ce;
color: rgba(255, 255, 255, 0);
line-height: 0.8;
letter-spacing: 3px;
font-family: 'Clash Display', sans-serif;
margin: 0px;
font-weight: 600;
margin-bottom: 5px;
}
.service-list .service-list-fill {
position: absolute;
top: auto;
left: 0;
right: 0;
bottom: 0;
height: 100%;
overflow: hidden;
transition: all 600ms;
}
.service-list .service-list-fill h3 {